Function Reference
_GUIToolTip_Update
Forces the current tool to be redrawn
#include <GuiToolTip.au3>
_GUIToolTip_Update ( $hWnd )
Parameters
$hWnd
Handle to the ToolTip control (returned by
_GUIToolTip_Create.
)
Return Value
None.
Remarks
This will redraw the currently displaying tooltip, it will have no effect on a tool if it is not showing when you call this function.
Related
None.